home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / pcippk.arc / RED.DOC < prev    next >
Encoding:
Text File  |  1990-03-29  |  1.8 KB  |  39 lines

  1. red is a simple netnews reading program.  If you run red, it
  2. will prompt you with a line of the following form:
  3.  
  4. (current-article/last-article) subject (author) ?
  5.  
  6. If you hit <cr>, you go to the next article, 'n' goes to the next
  7. newsgroup, 'p' goes to the previous newsgroup, '-' goes to the last
  8. article seen, '.' views the article, s<file> saves the article, !<cmd>
  9. executes a command, g<num> goes to an article with a given number in
  10. the current newsgroup, 'x' exits without updating the red.ini file, 'c'
  11. marks all articles in the current group as read and goes to the next
  12. newsgroup, and 'q' exits after updating the red.ini file.
  13.  
  14. red keeps track of the articles you have seen already in a red.ini file
  15. in your home directory. Entries in the file are of the form:
  16.  
  17. comp.sys.vax 123
  18.  
  19. which means that the 123'rd article in comp.sys.vax is the one to be
  20. seen by you when you invoke red the next time. You will have to
  21. construct the red.ini file by hand and will have to make any changes to
  22. it by hand as well.  To get a complete, up-to-date list of newsgroups,
  23. use the command 'red -n filename'. It will create a file in red.ini
  24. format.  A line oriented editor with regular expressions (like 'ed') is
  25. most convenient to weed out unwanted newsgroups. Invalid entries in the
  26. red.ini file are removed or fixed quietly. You can use a different
  27. file instead of red.ini by setting the REDREC environment variable (the
  28. path is still relative to your home directory).
  29.  
  30. While reading an article, every 22 lines (21 lines for the first
  31. screenful), you are prompted with the string 'more?' to which you can
  32. answer <cr> to see the next batch of lines, or '.' or 'q' to stop
  33. viewing this article.
  34.  
  35.  
  36.                 Enjoy, Tom.
  37.  
  38. Flames to /dev/null, mail to tmb@mit-prep.ARPA.
  39.